home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ufw.templates < prev    next >
Encoding:
Text File  |  2009-04-03  |  1.1 KB  |  29 lines

  1. Template: ufw/existing_configuration
  2. Type: error
  3. Description: Found existing configuration
  4.  An existing configuration was found. Please use the ufw command to manage your
  5.  firewall rules. See 'man ufw' for details.
  6.  
  7. Template: ufw/enable
  8. Type: boolean
  9. Default: false
  10. Description: Enable ufw
  11.  If you enable ufw now, it will block incoming connections and will be started
  12.  the next time you reboot. If it is disabled, ufw will not be started on boot.
  13.  To start or stop ufw without rebooting, please use '/etc/init.d/ufw start' or
  14.  '/etc/init.d/ufw stop'.
  15.  
  16. Template: ufw/allow_known_ports
  17. Type: multiselect
  18. Choices: Cups, DNS, Imap (Secure), Pop3 (Secure), SSH, Samba, Smtp, WWW, WWW (Secure)
  19. Description: Allow the following services:
  20.  Selecting an item from this list allows all traffic to the specified service.
  21.  
  22. Template: ufw/allow_custom_ports
  23. Type: string
  24. Description: Allow additional ports:
  25.  Please enter a space separated list of any additional ports you would like to
  26.  have open. These may either be a service name as found in /etc/services, a
  27.  port number, or a port number/protocol combination. Eg, to allow http, port 53
  28.  and tcp port 22, use 'http 53 22/tcp'.
  29.